home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / samdu220.zip / DEBUGTRC.H < prev    next >
Text File  |  1993-04-01  |  1KB  |  31 lines

  1. #ifndef __DEBUGTRC_H__
  2. #define __DEBUGTRC_H__
  3.  
  4. #define DEBUG_CONSTRUCTORS        0x00000001L
  5. #define DEBUG_DESTRUCTORS         0x00000002L
  6. #define DEBUG_OPERATORS           0x00000004L
  7.  
  8. #define DEBUG_SABDU               0x00000100L
  9. #define DEBUG_ABOUTBOX            0x00000200L
  10. #define DEBUG_ATTRDATA            0x00000400L
  11. #define DEBUG_COMPADLG            0x00000800L
  12. #define DEBUG_DISK                0x00001000L
  13. #define DEBUG_DISKDRIV            0x00002000L
  14. #define DEBUG_DISKFILE            0x00004000L
  15. #define DEBUG_DISKLOGI            0x00008000L
  16. #define DEBUG_DISKMEMO            0x00010000L
  17. #define DEBUG_DRIVE               0x00020000L
  18. #define DEBUG_FORMADLG            0x00040000L
  19. #define DEBUG_HELP                0x00080000L
  20. #define DEBUG_MAINWIND            0x00100000L
  21. #define DEBUG_PICTBOX             0x00200000L
  22. #define DEBUG_READDLG             0x00400000L
  23. #define DEBUG_REGIDATA            0x00800000L
  24. #define DEBUG_REGISDLG            0x01000000L
  25. #define DEBUG_SELECTDR            0x02000000L
  26. #define DEBUG_SETUDATA            0x04000000L
  27. #define DEBUG_SETUDLG             0x08000000L
  28. #define DEBUG_WRITEDLG            0x10000000L
  29.  
  30. #endif /* __DEBUGTRC_H__ */
  31.